PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowContent Class / setTag Method
Arbitrary data attached to this object.
In This Topic
    setTag Method
    In This Topic
    Sets an arbitrary Object value that can be used to store custom information about this element.
    Syntax
    public void setTag( 
       java.lang.Object value
    )

    Parameters

    value
    Arbitrary data attached to this object.
    See Also